home *** CD-ROM | disk | FTP | other *** search
-
- BATCHHD.COM
-
- This file allows you to make files readonly or hidden. it also
- allows you to unreadonly or unhide them. This procedure is des
- igned to be used in a batch file but it can be used from the
- command line as well.
- To use this simply enter:
-
- batchhd (option) (filespec)
-
- Where option is one of: HIDE, UNHIDE, READONLY, UNREADONLY.
- Filespec is any existing file.
-
- This program does not work on hard drives.
-
- BINLOAD.COM
-
- This program will convert COM programs int the format used by
- the BLOAD statement in BASIC.
-
-
- The file that is converted must be a COM file and the converted
- program will have the extension .BLD
-
-
- OPTIMIZ.COM
-
- This little file will rearrange your directory for the quickest
- access. It does not work on harddisks.
-
- FSORTER.COM
-
- This is similar to OPTIMIZ in that it will resort the directory.
- But, it resorts it how you want it (not for best access). The
- format is:
-
-
-
- FSORTER (option) d:
-
- Option = N for Name d: disk drive to work on
- E for Extension
- C for Creation date
- S for Size of file
-
- This does not work on a hard disk but, it will rearrange any
- files in any subdirectories on the specified drive.
-
- THIS PROGRAM DOES NOT MOVE THE FILES! It only rearanges the
- directory.
-
-
- FOR THE FASTEST DISK ACCESS POSSIBLE DO THIS:
-
- Put your disk to be changed in drive a:
- Put a NEWLY formmatted disk in drive b:
- Copy a:*.* b: to move all of your files from a: to b:
- Put the disk containing OPTIMIZ in drive a:
- type OPTIMIZ b:
- The disk in drive b: is now as fast as it can get!